home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRVBANDEDITORFORM / TFRVBANDEDITORFORM.txt < prev   
Text File  |  2002-03-27  |  2KB  |  118 lines

  1. object frVBandEditorForm: TfrVBandEditorForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select datasource'
  7.   ClientHeight = 126
  8.   ClientWidth = 399
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 200
  19.     Top = 100
  20.     Width = 16
  21.     Height = 16
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.     Visible = False
  25.   end
  26.   object Image2: TImage
  27.     Left = 220
  28.     Top = 100
  29.     Width = 16
  30.     Height = 16
  31.     AutoSize = True
  32.     Picture.Data = {<image001.bmp>}
  33.     Visible = False
  34.   end
  35.   object Button1: TButton
  36.     Left = 236
  37.     Top = 96
  38.     Width = 75
  39.     Height = 25
  40.     HelpContext = 40
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.   end
  46.   object Button2: TButton
  47.     Left = 316
  48.     Top = 96
  49.     Width = 75
  50.     Height = 25
  51.     HelpContext = 50
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.   end
  57.   object GroupBox1: TGroupBox
  58.     Left = 4
  59.     Top = 4
  60.     Width = 185
  61.     Height = 117
  62.     Caption = 'Bands'
  63.     TabOrder = 2
  64.     object LB1: TListBox
  65.       Left = 8
  66.       Top = 16
  67.       Width = 169
  68.       Height = 93
  69.       HelpContext = 105
  70.       ItemHeight = 16
  71.       Style = lbOwnerDrawFixed
  72.       TabOrder = 0
  73.       OnClick = LB1Click
  74.       OnDrawItem = LB1DrawItem
  75.     end
  76.   end
  77.   object GroupBox2: TGroupBox
  78.     Left = 196
  79.     Top = 4
  80.     Width = 197
  81.     Height = 81
  82.     Caption = 'Datasource'
  83.     TabOrder = 3
  84.     object Label1: TLabel
  85.       Left = 8
  86.       Top = 52
  87.       Width = 87
  88.       Height = 13
  89.       Caption = 'Number of records'
  90.       FocusControl = Edit1
  91.     end
  92.     object CB1: TComboBox
  93.       Left = 8
  94.       Top = 16
  95.       Width = 181
  96.       Height = 22
  97.       HelpContext = 88
  98.       Style = csOwnerDrawFixed
  99.       ItemHeight = 16
  100.       Sorted = True
  101.       TabOrder = 0
  102.       OnClick = CB1Click
  103.       OnDrawItem = CB1DrawItem
  104.       OnExit = CB1Exit
  105.     end
  106.     object Edit1: TEdit
  107.       Left = 132
  108.       Top = 48
  109.       Width = 57
  110.       Height = 21
  111.       HelpContext = 95
  112.       TabOrder = 1
  113.       Text = '1'
  114.       OnExit = CB1Exit
  115.     end
  116.   end
  117. end
  118.